-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MINOR: Generate expected benchmark query results #4010
Conversation
Looks great. I tried running the tests now against SF=1. I also had SF=10 running, but that one fails with more errors (my feeling is mostly rounding / overflow errors) and quite slow to read the files in CSV format. This is what I get with
|
Thanks for the review. This matches what I am seeing. My goal for today is to get these tests running in CI. |
Benchmark runs are scheduled for baseline = 3452345 and contender = 71f05a3. 71f05a3 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Which issue does this PR close?
N/A
Rationale for this change
We really need to start checking that the benchmark queries are producing the correct results
What changes are included in this PR?
./data/answers
Are there any user-facing changes?
No